home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Emulators
/
v2600
/
Source.lha
/
Source
/
keybdrv.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-27
|
188b
|
22 lines
#ifndef KEYBDRV_H
#define KEYBDRV_H
void
keybdrv_close (void);
int
keybdrv_init (void);
void
keybdrv_setmap(void);
int
keybdrv_pressed(int key);
void
keybdrv_update (void);
#endif